[IA64] fix issue of can not find the qemu-dm in ia64
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 9 Mar 2009 09:18:08 +0000 (09:18 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 9 Mar 2009 09:18:08 +0000 (09:18 +0000)
IA64 uses the /usr/lib/ for xen. We do not=20
need to check the arch_libdir in ia64. It will
return the wrong value to arch_libdir. And guest
can not boot.

Signed-off-by: Yang Zhang <yang.zhang@intel.com>
tools/examples/xmexample.vti

index 19070f2a98b122dab37c66c17780b364f6cf64a5..d93c6531acad9d6234423c3b28465708f40d2585 100644 (file)
@@ -9,8 +9,6 @@
 import os, re
 arch_libdir = 'lib'
 arch = os.uname()[4]
-if os.uname()[0] == 'Linux' and re.search('64', arch):
-    arch_libdir = 'lib64'
 
 #----------------------------------------------------------------------------
 # Kernel image file.